github.com/andybalholm/brotli.Writer.dist_cache_ (field)
12 uses
github.com/andybalholm/brotli (current package)
encode.go#L88: dist_cache_ [numDistanceShortCodes]int
encode.go#L631: s.dist_cache_[0] = 4
encode.go#L633: s.dist_cache_[1] = 11
encode.go#L634: s.dist_cache_[2] = 15
encode.go#L635: s.dist_cache_[3] = 16
encode.go#L639: copy(s.saved_dist_cache_[:], s.dist_cache_[:])
encode.go#L724: var cmd_dist uint64 = uint64(s.dist_cache_[0])
encode.go#L839: createZopfliBackwardReferences(uint(bytes), uint(wrapped_last_processed_pos), data, uint(mask), &s.params, s.hasher_.(*h10), s.dist_cache_[:], &s.last_insert_len_, &s.commands, &s.num_literals_)
encode.go#L842: createHqZopfliBackwardReferences(uint(bytes), uint(wrapped_last_processed_pos), data, uint(mask), &s.params, s.hasher_, s.dist_cache_[:], &s.last_insert_len_, &s.commands, &s.num_literals_)
encode.go#L844: createBackwardReferences(uint(bytes), uint(wrapped_last_processed_pos), data, uint(mask), &s.params, s.hasher_, s.dist_cache_[:], &s.last_insert_len_, &s.commands, &s.num_literals_)
encode.go#L890: writeMetaBlockInternal(data, uint(mask), s.last_flush_pos_, uint(metablock_size), is_last, literal_context_mode, &s.params, s.prev_byte_, s.prev_byte2_, s.num_literals_, s.commands, s.saved_dist_cache_[:], s.dist_cache_[:], &storage_ix, storage)
encode.go#L911: copy(s.saved_dist_cache_[:], s.dist_cache_[:])
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |